@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

#wrapper{
    width: 960px;
    min-height: 1000px;
    margin: auto;
    font-family: 'Market Sans', 'Helvetica Neue', sans-serif;
}

body{
    background-color: rgb(255, 255, 255);
}

header{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 135px;
    text-align: center;
}

#logo{
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
@keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
}

.jetztanfragen{
    float: right;
    position: absolute;
    top: 20px;
    right: 40px;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
    animation-delay: 1.5s;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
}

@media (max-width: 1100px) {
    .jetztanfragen {
        display: none;
    }
}
nav {
    /* Position Navigation */
    text-align: center;
    padding-bottom: 0px;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.8s;
} 
nav ul {
    /* Auflistungssymbole */
    list-style-type: none;
    width: 895px;
    padding-bottom: 20px;
} 
nav li {
    /* Formatierung Navigation */
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    display: inline;
    margin-right: 6%;
}


.mapmarker{
    margin-top: 0px;

}

/* font der gesamten Seite bzw. der links*/
a{ 
    color: #777;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;         /* font-family = 1. Font wird probiert, wenn nicht -> 2. Font */
}

/* body */

.representer{
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.8s;
}

.willtext{
    font-size: 4em;
    text-align: center;
    margin-bottom: 0px;
    margin-top: -12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.willtext span{
    color: rgb(74, 204, 124);
    background: #121FCF;
    background: -webkit-linear-gradient(to top, rgb(74, 204, 124) 29%, rgb(177, 236, 200) 100%);
    background: -moz-linear-gradient(to top, rgb(74, 204, 124) 29%, rgb(146, 255, 188) 100%);
    background: linear-gradient(to top, rgb(74, 204, 124) 29%, rgb(177, 236, 200) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unterschrifft{
    text-align: center;
    font-size: 0.9em;
    margin-top: -15px;
    color: rgb(83, 83, 83);
    padding-bottom: 20px;
}

section{
    align-items: center;
    justify-content: center;
    height: auto;
}

/* Slideshow */

.slidekörper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin: 0;
    padding-bottom: 10px;
    margin-top: 0px;

}


.slideshow{

    width: 80vw;
    height: 400px;
    box-shadow: 0px 20px 25px rgb(121, 121, 121);
    position: relative;
    min-width: 770px;

}

.slide{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.9s;

}

.slide-bild{
    width: 100%;
}

.slide-textbereich{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 67%;
    background-color: rgba(0, 0, 0, 0.39);
    color: #fff;
    text-align: center;
    font-family: "Poppins", Helvetica, sans-serif;
    padding: 0 15% 0 15%;
}

.slide-ueberschrifft{
    font-size: 18px;
    margin: 10px 0;
}

.slide-beschreibung{
    font-size: 14px;
    margin: 0;
    text-align: justify;

}

.pfeil{
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8%;
    color: rgba(255, 255, 255, 0.5);
    user-select: none;
    cursor: pointer;
}

.pfeil:hover{
    color: #fff;
}

.pfeil-links{
    left: 0;
}

.pfeil-rechts{
    right: 0;
}

.indikatorenliste{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    list-style-type: none;
    font-size: 40px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.indikator{
    padding: 0 10px;
    user-select: none;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
    transition: opacity 1.5s;
}

.aktiv{
    opacity: 1;
}

.headline1{
    text-align: center;
    padding-top: 20px;
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
}

.text1{
    text-align: justify;
}

.headline2{
    text-align: center;
    padding-top: 20px;
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
}

.text2{
    text-align: justify;
}

/* Kontakt Button */
.butkon{
    text-align: center;
    padding-bottom: 30px;
}

.dirkontakt{
    text-align: center;
    font-size: 18px;
    background: rgb(74, 204, 124);
    background: -webkit-linear-gradient(to right, #438846, #1cc568, rgb(47, 56, 187));
    background: linear-gradient(to right, #64bb68, rgb(73, 144, 202));
    padding: 10px 60px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.dirkontakt a{
    position: relative; 
    z-index: 2;
    color: #fff;
    text-decoration: none;
}

/* Hover Animation */

.dirkontakt:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #109e23;
    transition: all 0.35s;
    border-radius: 4px;

}

.dirkontakt:hover{
    color: #fff;
    box-shadow: 10px 47px 40px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px);
}

.dirkontakt:hover:after{
    width: 100%;

}

.einblendung{
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.8s;
}

@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
  
footer{
    height: 50px;
    clear: both;
    background: rgb(255, 255, 255);
    padding-bottom: 25px;
    padding-top: 10px;
}

footer ul{
    float: left;
    list-style: none;
    padding-top: 3px;
    padding-left: 0px;
    margin: 20px;
    font-size: 15px;
}

.facebook{
    float: left;
    padding-top: 19px;
    padding-left: 20px;
}

.insta{
    float: left;
    padding-top: 19px;
}

footer li{
    margin-right: 15px;
    display: inline;

}

footer img{
    margin-right: 20px;
    float: right;
}

footer p{
    font-size: 10px;
    float: right;
    padding-right: 20px;
    padding-top: 14px;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

@media screen and (max-width:600px) {

}

